The computer program got stuck in an endless loop, causing it to crash.
Компьютерная программа застряла в бесконечном цикле, из-за чего она зависла.
Definitions
An endless loop, also known as an infinite loop, is a sequence of instructions in a computer program that repeats indefinitely and never terminates on its own, usually due to a missing or incorrect termination condition.